Tue May 12 2020 16:30:06 GMT+0200 (GMT+02:00)

Given that I'm at the Holidaymaker home page 9s 803ms

When I click Register on menu 2s 282ms

And I enter Email 2s 68ms

And I enter Lösenord 2s 38ms

And I enter Namn 2s 53ms

And I enter Telefon 2s 32ms

And I click the Registrera button and Popup shows that the signup is done 1s 224ms

And I close the popup 20s Show Error +
                                            
function timed out after 20000 milliseconds

Then Signup is done. 0s

After 1s 186ms Screenshot +

Given that I'm at the Holidaymaker home page 7s 578ms

When I click Login on menu 2s 261ms

And I enter User name 2s 71ms

And I enter Password 2s 31ms

And I click the Login button 1s 225ms

Then I am logged in. 1s 48ms

Given that I'm at the Holidaymaker home page 7s 541ms

When I choose Frankrike 1s 250ms

And I enter check-in date 1s 61ms

And I enter check-out date 1s 46ms

And I enter the number of adults 1s 261ms

And I enter the number of kids 1s 253ms

And I enter the number of babies 1s 249ms

And I click the Sök button 1s 241ms

Then I click Info button to see information 18ms Show Error +
                                            
TypeError: Cannot read property 'click' of null at createWorld.(anonymous) (C:\Users\jitma\Desktop\Holidaymaker\js-frontend\tests\selenium\step-definitions\search.js:182:22) at processTicksAndRejections (internal/process/task_queues.js:93:5)

And The page shows hotel information. 0s

Then(/^The page shows hotel information.$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 206ms Screenshot +

Given that I'm at the Holidaymaker home page 7s 563ms

When I click Login on menu 2s 317ms

And I enter User name 2s 61ms

And I enter Password 2s 57ms

And I click the Login button 1s 245ms

Then I am logged in. 1s 45ms

Given that i am on the Holidaymaker site 7s 49ms

And that i am logged in 1s 37ms

Given that i enter search data 2s 578ms

And press search 0s

Then(/^press search$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And click on a room 0s

When i press the booking button 0s

Then i should have a booking 0s

Given that i am on the holidaymaker webpage 6s 557ms

When i click "välj land" 5ms

Then i should get a list of countries 244ms

Given that I'm at the Holidaymaker home page 7s 570ms

When I click Register on menu 2s 319ms

And I enter Email 2s 70ms

And I enter Lösenord 2s 60ms

And I enter Namn 2s 65ms

And I enter Telefon 2s 35ms

And I click the Registrera button and Popup shows that the signup is done 1s 225ms

And I close the popup 20s 2ms Show Error +
                                            
function timed out after 20000 milliseconds

Then Signip is done and get back to the main page. 0s

Then(/^Signip is done and get back to the main page.$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 121ms Screenshot +